home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Digital Sound Studio d1.adf / ARexx / quit.rexx < prev    next >
OS/2 REXX Batch file  |  1993-08-04  |  260b  |  9 lines

  1. /* DSS9+ Quit Script        */
  2. /* by Bill Prescott 8/4/93 */
  3.  
  4. address "REXX_DSS8"        /* This defines where the rest of the script       */
  5.                         /* be talking to.                                  */
  6.  
  7. quit                    /* I think that this should be fairly self         */
  8.                         /* explanatory!                                     */    
  9.